<!--All you need to change is the database and table specified in the inline to be able to link through all records in your database-->
[Var:'Use4Maxrecords'=10]
[If:(Action_Param:'skip')==null]
	[Var:'skip'=0]
[else]
	[Var:'skip'=(Action_Param:'skip')]
[/If]
[inline:
	 -Database='MyDatabaseName',
	 -Table='MyTableName',
	 -SkipRecords=(Var:'skip'),
	 -MaxRecords=(Var:'Use4Maxrecords'),
	 -FindAll]
	
	[If:(Shown_First)>(Var:'Use4Maxrecords')]
		<A HREF="nextprev.lasso?skip=[((Shown_first) - ((Var:'Use4Maxrecords')+1))]">&spades;Prev&spades;</A>
	[else]&spades;Prev&spades;
	[/If]
	
	&hearts;[Output:(integer:((Variable:'skip')/(Var:'Use4Maxrecords')+1))] of [If:(Found_Count)<((Var:'Use4Maxrecords')+1)]1[else][Math_Ceil:(Found_Count)/(Var:'Use4Maxrecords')][/If]&hearts;
	
	[If:((Found_Count)>(Var:'Use4Maxrecords'))&&((Shown_Last)!=(Found_Count))]
		<A HREF="nextprev.lasso?skip=[Shown_Last]">&clubs;Next&clubs;</A>
	[else]&clubs;Next&clubs;
	[/If]
	
	<p>[Error_CurrentError:-ErrorCode]/[Error_CurrentError]
	[records]
	<p>[(record_count)+(SkipRecords_Value)]
	<br>[Loop:(Field_Name: -Count)][Field_Name:Loop_Count] = <b>[Field:(Field_Name:Loop_Count)]</b><br>[/Loop]
	[/records]

[/inline]
